home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Online / Apache / include / php / Zend / zend_language_parser.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-01-11  |  2.4 KB  |  108 lines

  1. #ifndef YYSTYPE
  2. #define YYSTYPE int
  3. #endif
  4. #define    T_INCLUDE    257
  5. #define    T_INCLUDE_ONCE    258
  6. #define    T_EVAL    259
  7. #define    T_REQUIRE    260
  8. #define    T_REQUIRE_ONCE    261
  9. #define    T_LOGICAL_OR    262
  10. #define    T_LOGICAL_XOR    263
  11. #define    T_LOGICAL_AND    264
  12. #define    T_PRINT    265
  13. #define    T_PLUS_EQUAL    266
  14. #define    T_MINUS_EQUAL    267
  15. #define    T_MUL_EQUAL    268
  16. #define    T_DIV_EQUAL    269
  17. #define    T_CONCAT_EQUAL    270
  18. #define    T_MOD_EQUAL    271
  19. #define    T_AND_EQUAL    272
  20. #define    T_OR_EQUAL    273
  21. #define    T_XOR_EQUAL    274
  22. #define    T_SL_EQUAL    275
  23. #define    T_SR_EQUAL    276
  24. #define    T_BOOLEAN_OR    277
  25. #define    T_BOOLEAN_AND    278
  26. #define    T_IS_EQUAL    279
  27. #define    T_IS_NOT_EQUAL    280
  28. #define    T_IS_IDENTICAL    281
  29. #define    T_IS_NOT_IDENTICAL    282
  30. #define    T_IS_SMALLER_OR_EQUAL    283
  31. #define    T_IS_GREATER_OR_EQUAL    284
  32. #define    T_SL    285
  33. #define    T_SR    286
  34. #define    T_INC    287
  35. #define    T_DEC    288
  36. #define    T_INT_CAST    289
  37. #define    T_DOUBLE_CAST    290
  38. #define    T_STRING_CAST    291
  39. #define    T_ARRAY_CAST    292
  40. #define    T_OBJECT_CAST    293
  41. #define    T_BOOL_CAST    294
  42. #define    T_UNSET_CAST    295
  43. #define    T_NEW    296
  44. #define    T_EXIT    297
  45. #define    T_IF    298
  46. #define    T_ELSEIF    299
  47. #define    T_ELSE    300
  48. #define    T_ENDIF    301
  49. #define    T_LNUMBER    302
  50. #define    T_DNUMBER    303
  51. #define    T_STRING    304
  52. #define    T_STRING_VARNAME    305
  53. #define    T_VARIABLE    306
  54. #define    T_NUM_STRING    307
  55. #define    T_INLINE_HTML    308
  56. #define    T_CHARACTER    309
  57. #define    T_BAD_CHARACTER    310
  58. #define    T_ENCAPSED_AND_WHITESPACE    311
  59. #define    T_CONSTANT_ENCAPSED_STRING    312
  60. #define    T_ECHO    313
  61. #define    T_DO    314
  62. #define    T_WHILE    315
  63. #define    T_ENDWHILE    316
  64. #define    T_FOR    317
  65. #define    T_ENDFOR    318
  66. #define    T_FOREACH    319
  67. #define    T_ENDFOREACH    320
  68. #define    T_DECLARE    321
  69. #define    T_ENDDECLARE    322
  70. #define    T_AS    323
  71. #define    T_SWITCH    324
  72. #define    T_ENDSWITCH    325
  73. #define    T_CASE    326
  74. #define    T_DEFAULT    327
  75. #define    T_BREAK    328
  76. #define    T_CONTINUE    329
  77. #define    T_OLD_FUNCTION    330
  78. #define    T_FUNCTION    331
  79. #define    T_CONST    332
  80. #define    T_RETURN    333
  81. #define    T_USE    334
  82. #define    T_GLOBAL    335
  83. #define    T_STATIC    336
  84. #define    T_VAR    337
  85. #define    T_UNSET    338
  86. #define    T_ISSET    339
  87. #define    T_EMPTY    340
  88. #define    T_CLASS    341
  89. #define    T_EXTENDS    342
  90. #define    T_OBJECT_OPERATOR    343
  91. #define    T_DOUBLE_ARROW    344
  92. #define    T_LIST    345
  93. #define    T_ARRAY    346
  94. #define    T_LINE    347
  95. #define    T_FILE    348
  96. #define    T_COMMENT    349
  97. #define    T_ML_COMMENT    350
  98. #define    T_OPEN_TAG    351
  99. #define    T_OPEN_TAG_WITH_ECHO    352
  100. #define    T_CLOSE_TAG    353
  101. #define    T_WHITESPACE    354
  102. #define    T_START_HEREDOC    355
  103. #define    T_END_HEREDOC    356
  104. #define    T_DOLLAR_OPEN_CURLY_BRACES    357
  105. #define    T_CURLY_OPEN    358
  106. #define    T_PAAMAYIM_NEKUDOTAYIM    359
  107.  
  108.